[Docs] add --token 1 to build commands#36964
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the --token 1 flag to build commands throughout the documentation to enable remote build cache read access. This optimization allows developers to leverage Turborepo's remote caching capabilities, which can significantly speed up build times.
Key Changes:
- Added
--token 1flag to allpnpm buildandpnpm turbo buildcommands in documentation files - Updated command reference tables to include the new flag
- Modified AI agent instruction files (CLAUDE.md, AGENTS.md, copilot-instructions.md) to reflect the new build command pattern
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/steps-after-generations.md | Added --token 1 to all build commands in the guide for post-generation steps |
| documentation/RLC-Swagger-quickstart.md | Added --token 1 to all build commands in the RLC quickstart guide |
| documentation/Quickstart-on-how-to-write-tests.md | Added --token 1 to build commands in the testing quickstart guide |
| CONTRIBUTING.md | Added --token 1 to build commands and updated the command reference table |
| CLAUDE.md | Updated build command examples for Claude AI code assistant |
| AGENTS.md | Updated build command examples for AI agents |
| .github/copilot-instructions.md | Updated Copilot instructions with the new build command pattern |
Issues Identified:
I found two instances where pnpm build commands should be updated for consistency but were missed in this PR. Both are documented in the comments above.
|
Hi @jeremymeng. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
It enables remote build cache read.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
871ffab to
cd9fc0e
Compare
It enables remote build cache reads.